Skip to content

Use new arduino/setup-task action name in CI/CD workflows #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2021
Merged

Use new arduino/setup-task action name in CI/CD workflows #174

merged 1 commit into from
May 20, 2021

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented May 20, 2021

The GitHub Actions action for installing Task has graduated from its original home in the experimental arduino/actionrepository with a move to a dedicated permanent repository at arduino/setup-task.

A 1.0.0 release has been made and a v1 ref that will track all releases in the major version 1 series. Use of the action's major version ref will cause the workflow to benefit from ongoing development to the action at each patch or minor release up until such time as a new major release is made. At this time the user will be given the opportunity to evaluate whether any changes to the workflow are required by the breaking change that triggered the major release before manually updating the major ref in the workflows (e.g., uses: arduino/setup-task@v2).

The GitHub Actions action for installing Task has graduated from its original home in the experimental `arduino/action`
repository with a move to a dedicated permanent repository at `arduino/setup-task`.

A 1.0.0 release has been made and a `v1` ref that will track all releases in the major version 1 series. Use of the
action's major version ref will cause the workflow to benefit from ongoing development to the action at each patch or
minor release up until such time as a new major release is made. At this time the user will be given the opportunity
to evaluate whether any changes to the workflow are required by the breaking change that triggered the major release
before manually updating the major ref in the workflows (e.g., `uses: arduino/setup-task@v2`).
@per1234 per1234 added type: enhancement Proposed improvement topic: infrastructure Related to project infrastructure labels May 20, 2021
@per1234 per1234 requested review from silvanocerza and umbynos May 20, 2021 09:11
@codecov-commenter
Copy link

Codecov Report

Merging #174 (f8f3d61) into main (57756ad) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #174   +/-   ##
=======================================
  Coverage   84.34%   84.34%           
=======================================
  Files          43       43           
  Lines        2971     2971           
=======================================
  Hits         2506     2506           
  Misses        373      373           
  Partials       92       92           
Flag Coverage Δ
unit 84.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 57756ad...f8f3d61. Read the comment docs.

@per1234 per1234 merged commit 85638b8 into arduino:main May 20, 2021
@per1234 per1234 self-assigned this Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants